home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-04 | 1.0 KB | 46 lines | [ttro/ttxt] |
- SRecord 1.0
- -----------
-
- by Eric Stadtherr
-
- 1/30/94
-
- SRecord is a program that allows you to convert a code resource into
- s-records suitable for downloading, saving the records in a text file.
- Of course, this is only useful for developers and other computer
- hackers. I started writing it just for my own use, but I was surprised
- at the lack of a share/freeware program out there someplace.
-
- If the resource is of type 'CODE', the SegLoader information is skipped
- before the conversion is started.
-
- The s records are formatted as follows:
-
- S0DDDDDDDD
- S{1|2}LL[AA]AAAADDDD……DDDDCC
- :
- :
- :
- S{9|8}LL[AA]AAAACC
-
- L - record length
- A - address
- D - data
- C - checksum
-
- The records are terminated with a CR/LF pair.
-
- If you create your resource file with the signature '481s' and type 'CODE',
- it can be double-clicked (or dragged and dropped) to open the converter.
-
- Technically, this is $10 shareware, but feel free to send me any comments or
- suggestions to help my cause...
-
-
- Eric Stadtherr
- 309 S Franklin
- Ames, IA 50014-7516
-
- emstadth@iastate.edu
-
-